From: Jason Rumney Date: Mon, 4 Feb 2008 11:22:25 +0000 (+0000) Subject: (unidata.txt): Use ARGQUOTE and DQUOTE macros. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~24324 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b315b596a90e39717767614c25974f275e7f9f81;p=emacs.git (unidata.txt): Use ARGQUOTE and DQUOTE macros. --- diff --git a/admin/unidata/makefile.w32-in b/admin/unidata/makefile.w32-in index 6135a5a05e2..4a7ba1acb77 100644 --- a/admin/unidata/makefile.w32-in +++ b/admin/unidata/makefile.w32-in @@ -32,7 +32,9 @@ all: $(DSTDIR)/charprop.el $(RUNEMACS) -f batch-byte-compile $< unidata.txt: UnicodeData.txt - sed -e "s/\([^;]*\);\(.*\)/(#x\1 \"\2\")/" -e "s/;/\" \"/g" < $< > $@ + sed -e \ + $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE)\ + -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@ charprop-SH: unidata-gen.elc unidata.txt ELC=$(CURDIR)/unidata-gen.elc; \